CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - trie code

搜索资源列表

  1. Trie

    0下载:
  2. poj3283的代码,是学习Trie的好材料~-poj3283 code is studying the well Trie Materials ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:557
    • 提供者:诗苇
  1. AhoCorasick.tar

    0下载:
  2. 本源码是AhoCorasick算法实现,它充分利用了词典算法双数组(DoubleArray Trie),既能自己输入指定的多个词进行多模式匹配,也可以将具有指定格式的词典的所有词作为多模式匹配的多个模式-The source code is AhoCorasick algorithm, which make full use of the dictionary algorithm pairs of arrays (DoubleArray Trie), both enter the designa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:11281
    • 提供者:冷荣秋
  1. sftrie_src

    0下载:
  2. Shortest Common Superstring Problem by using suffix trie and branch-and-bound. This code is from Shin, YoungJin, Korea
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13413
    • 提供者:Edwin
  1. adarrts-02tarr

    0下载:
  2. 双数组辞典生成程序源码。运用双数组实现trie算法,对于不定长度共同前前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。 可直接使用。 -The dual array thesaurus program source code is generated. The use of double-array trie algorithm for indefinite length common prefix query before, Bi Haxi method is more effe
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:230247
    • 提供者:hxb
  1. shudejianliyuchazhao

    0下载:
  2. Trie树构建与查找,文档包括程序思路详解与代码及注释,数据结构作业-Trie tree Find program ideas Detailed code and notes, data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:106694
    • 提供者:麦白术
  1. trie

    0下载:
  2. 简单实现trie树,这里的删除没有用到其它的数据结构诸如堆栈,而是利用另外的指针存储路径来删除,详见代码和注释。-Simple implementation of trie tree, where the deletion is not used other data structures such as stacks, but to use a pointer to another storage path to delete, see the code and comments.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1755
    • 提供者:mike
  1. string_string

    0下载:
  2. Preflight the trie length.Copy the indexes for surrogate code points into the BMP range for simple access across the entire BMP. -Preflight the trie length.Copy the indexes for surrogate code points into the BMP range for simple access across the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2290
    • 提供者:puncuely
  1. war

    0下载:
  2. Trie access folding function. Copied as-is properties code in uchar.c Source Code for Linux v2.13.6. -Trie access folding function. Copied as-is properties code in uchar.c Source Code for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:7720
    • 提供者:kusubq
  1. search-related

    0下载:
  2. ac自动机,kmp,字典树trie,使用的一些搜索相关的参考实现代码,-ac automatic machine reference implementation code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5174
    • 提供者:liuyuhong
  1. 64832694Trie

    0下载:
  2. trie树的代码,实现字典树的安装和查找-Trie tree code to achieve the installation and search dictionary tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:324461
    • 提供者:余婷
  1. AC自动机

    0下载:
  2. AC自动机,Trie树的实现的具体的全部的源代码(ACAUTOMACHINE TRIE CODE)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:47584256
    • 提供者:23123的
  1. Trie_and_Huffman

    0下载:
  2. 功能1:使用一种树型结构来实现我们的单词计数功能——Trie树 功能2:Huffman树进行编码 程序输入: 第一行为一个正整数n,表示输入单词的总数。 接下来的n行,每行为一个单词,单词由不超过10个的小写英文字母组成。 接下来的一行为一个正整数m,表示查询的次数。 接下来的m行,每行为一个数字和一个查询,当数字为1时,查询为单词,输出该单词出现的次数(可以为0);当数字为2时,查询为Huffman编码,输出对应的单词(该Huffman编码对应的单词确定存在)。(Function
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:functiondy_dx
搜珍网 www.dssz.com